home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / xterm / README.Debian < prev    next >
Text File  |  2009-06-03  |  3KB  |  51 lines

  1. Debian README for xterm package
  2. ===============================
  3.  
  4. Newcomers to the X Window System should first read the Debian X FAQ
  5. (Frequently Asked Questions list): /usr/share/doc/x11-common/FAQ.gz.
  6. You can view this file with your favorite pager program after decompressing
  7. it.  For example:
  8.     $ zcat /usr/share/doc/x11-common/FAQ.gz | pager
  9.  
  10. As of version 3.3.4-1, xterm logs to the wtmp and lastlog files.  If you do
  11. not have a utmp group on your system, xterm will be installed setuid root
  12. instead of setgid utmp.  xterm drops its root privileges after it
  13. initializes, so if it is setuid this can result in corrupt wtmp entries.
  14. The best thing to do is make a utmp group in /etc/group, or upgrade to
  15. version 2.0.3.4 or later of the base-passwd package, so that you have a
  16. utmp group.
  17.  
  18. The xterm terminal type on a Debian system is an alias for xterm-debian.
  19. This means that "xterm" and "xterm-debian" are interchangeable as values of
  20. the $TERM environment variable in the shell.  Since the xterm-debian type
  21. is typically not found on non-Debian systems, xterm is used as the system
  22. default.
  23.  
  24. The terminal description for xterm-debian differs from that of
  25. xterm-xorg in exactly two respects:
  26.   1. kbs is defined as ^? (ASCII 127), not ^H (ASCII 8)
  27.   2. kdch1 is defined as the sequence: ^[ [ 3 ~ (no spaces, and ^[ is ASCII
  28.      27, a.k.a ESCAPE) instead of ^? (ASCII 127)
  29. ^[[3~ is the DEC VT220 escape sequence for the keypad delete key (not the
  30. numeric keypad, the one with Page Up, Page Down, etc. on a PC keyboard).
  31. DEC VT100's, the text terminal wich xterm was designed to emulate, had no
  32. keypad delete key.  ^[[3~ is also what the Linux console terminal type
  33. generates for the keypad delete key.  Note that the terminal definitions
  34. that a Debian system uses are in the ncurses-term package, not in the xterm
  35. package itself, though the (pre-compiled) terminfo and termcap files that
  36. Debian uses may be found in the xterm documentation directory,
  37. /usr/share/doc/xterm.  People interested in reading further to stock up
  38. ammo for their backspace/delete and terminal type wars should consult Tom
  39. Dickey's (current maintainer of the xterm source code) FAQ, available in
  40. the file /usr/share/doc/xterm/xterm.faq{html,text.gz} and the website
  41. <http://vt100.net>.
  42.  
  43. The default keymappings for xterm are different than they are upstream to
  44. comply with the Debian Keyboard Policy and make xterm's behavior more
  45. consistent with the Linux virtual console (and therefore with the behavior
  46. of DEC VT 220 terminals).
  47.  
  48. $Id$
  49.  
  50. vim:set ai et sw=4 ts=4 tw=80:
  51.